home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Commo-Support
/
File-Archive
/
a4000t-2.lha
/
S
/
PCD
< prev
next >
Wrap
AmigaDOS Script File
|
1994-02-18
|
246b
|
15 lines
.key DIR
; $VER: PCD 40.1 (9.2.93)
; This is a CD script that remembers the previous directory
IF "<DIR>" EQ ""
Assign ofrom<$$>: ""
CD from<$$>:
Assign from<$$>: ofrom<$$>:
Assign ofrom<$$>:
Else
Assign from<$$>: ""
CD <DIR>
EndIF